home *** CD-ROM | disk | FTP | other *** search
- Path: btree.is.brooktree.com!usenet
- From: sasha@brooktree.com (Alex Bakaev)
- Newsgroups: comp.lang.c++
- Subject: Re: [Q:BC++ 4.5]: 32-bit BASM allowed?
- Date: Wed, 07 Feb 1996 19:36:52 GMT
- Organization: Brooktree Corporation
- Message-ID: <4fautc$b12@btree.brooktree.com>
- References: <4f488c$ad4@falcon.ccs.uwo.ca>
- NNTP-Posting-Host: komissar.is.brooktree.com
- X-Newsreader: Forte Free Agent v0.46
-
- jcastell@quark.physics.uwo.ca (Jonathan Castellanes) wrote:
-
- >Does Borland C++ 4.5 allow for 32-bit ASM instructions (using BASM and _not_
- >an external ASM like TASM)?
- No, unfortunately you will need TASM32 ( TASM package sells for no
- more then $99 ) if you are doing 32bit development and TASM for 16
- bit. For 16 bit you will need to use #pragma inline
-
- Cheers, Alex
-
-